home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 3 #12 / IMG 33 Dec 1995.iso / Shareware / Gossamer 2.0 / Sample Worlds / The Face / The Face next >
Text File  |  1993-05-09  |  2KB  |  79 lines

  1. #  
  2. # FACE.WLD
  3. #
  4. # A Woman's head, wearing sunglasses
  5. #
  6. # 18-Nov-92 Chris Hand cph@dmu.ac.uk
  7. #
  8. # Head is based on data produced by Valerie Hall
  9. #
  10.  
  11. loadpath face
  12.  
  13. options a   # camera angles are tilt,pan,roll
  14.  
  15. stepsize 2
  16.  
  17. #start 2783,-50,-950  -70,0,0 4
  18. camera 1 2783,-50,-950  0,-70,0 4
  19. camera 2 3021 3250 -292 48.828125 -84.648438 0.000000 4.000000
  20.  
  21. # vis error -- other lens not obscured by nose
  22. #start 671,100,-1061 -20,0,0 4
  23.  
  24. # define some colours/surfaces
  25.  
  26. surfacedef red 0x11ff
  27. surfacedef orange 0x12ff
  28. surfacedef grey 0x1eff
  29. surfacedef beige 0x14ff
  30. surfacedef pink 0x13ff
  31. surfacedef yellow 0x16ff
  32. surfacedef white 0x1fff
  33. surfacedef black 0x1e7f
  34. surfacedef blackmetal 0x2e7f   # metallic black
  35. surfacedef blackglass 0x3e7f   # glass-like black
  36. surfacedef bmrimmed 0xae7f     # black metal with edges highlighted
  37. surfacedef bgrimmed 0xbeaf     # black glass with edges highlighted
  38.  
  39.  
  40. surfacemap face
  41. surface 1 beige  
  42. surface 2 red 
  43. surface 3 grey
  44. surface 4 white
  45. surface 5 yellow
  46. surface 6 orange
  47.  
  48. surfacemap glasses
  49. surface 1 bgrimmed
  50. surface 2 black
  51. surface 3 grey
  52.  
  53. surfacemap stem
  54. surface 1 blackmetal
  55.  
  56.  
  57. # ===== Do the splits! =====
  58.  
  59. split 370,0,0 1,0,0  # just behind lenses
  60. split 0,0,0 0,0,1  # between lenses
  61. endsplits
  62.  
  63. # ===== objects =====
  64.  
  65. object face 1,1,1 -90,0,0 0,0,0 256 face
  66.  
  67. object lens 1,1,1 0,90,0 375,140,140 256 glasses
  68. object lens 1,1,1 0,90,0 375,140,-140 256 glasses
  69. object col20 0.1,0.1,0.8 0,0,0 375,140,0 256 stem
  70. object col20 0.1,0.1,4 0,105,0 170,140,290 256 stem
  71. object col20 0.1,0.1,4 0,75,0 170,140,-290 256 stem
  72.  
  73. # End of face.wld
  74.  
  75. title A Woman's head, wearing sunglasses
  76. title by Chris Hand cph@dmu.ac.uk
  77. title based on data produced by Valerie Hall
  78. title memory
  79.